Next
The Next method should return a reference to the next frame in the iteration sequence.
ODFrame Next ();
- return value
- A reference to the next frame in the iteration sequence, or
kODNULL
if you have reached the last frame.DISCUSSION
Your part calls this method. If your part calls this method before calling this focus-owner iterator'sFirst
method to begin the iteration, then this method works the same as calling theFirst
method.Your override of this method should not increment the reference count of the returned frame object.
OVERRIDING
If you subclassODFocusOwnerIterator
, you must override this method. Your override must not call its inherited method; that is, your override must implement this method's functionality completely.EXCEPTIONS
kODErrIteratorOutOfSync
- The list of focus owners was modified while the iteration was in progress.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help